- /* slosetsf.cpp by K.Tsuru */
- // function ID = 290 DRADIX
- /***************************************
- SLong, SFraction class
- substitution operator SLong = SFraction
- ****************************************/
- #ifndef SN_H
- #include "sn.h"
- #endif
- SLong& SLong::operator=(const SFraction& sf){
- return *this = sf.NumNR()/sf.DenNR();
- }
slosetsf.cpp : last modifiled at 2015/11/27 14:26:00(343 bytes)
created at 2016/04/27 13:56:31
The creation time of this html file is 2016/09/13 19:56:39 (Tue Sep 13 19:56:39 2016).